/* 常用样式 11-27 */
*{
	padding: 0;
	margin: 0;
}
html,body{
	font-size: 62.5% !important;
}
a:hover{
	text-decoration: none !important;  
}
/* 开发用样式 */
.bl{
	border: solid .1rem lightgreen;
}
.br{
	border: solid .1rem crimson;
}
/* display: flex; 常用 */
.f-allc{
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-ac{
	display: flex;
	align-items: center;
}
.f-jc{
	display: flex;
	justify-content: center;
}
.f-fc{
	flex-flow: column;
}
.f-fw{
	flex-flow: wrap;
}
/* text  文本溢出*/
.t-h1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t-h2,.t-h{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: block-axis;
}
.t-h2{
	-webkit-line-clamp: 2; 
}
/* 清除浮动 */
.clearfix{
	clear:both;
}

/* 适用于pc */
.top{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.top-box{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom: solid .0625rem #a6a3a3;
	display: flex;
	justify-content: space-between;
}
.top-box-left{
	max-width: 60%;
}
.top-box-left-d2 img{
	width: 77px;
	height: 56px;
}
.top-box-left-d2 strong{
	font-size:30px;
	color: #222222;
	white-space: nowrap;
}
.top-box-left-d2 span{
	width: 1px;
	height: 23px;
	background-color: #a6a3a3;
}
.top-box-left-d1{
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 16px;
}
.top-box-left-d1 p ,.top-box-right-f2 p{
	letter-spacing: 1px;
	margin-bottom: 0 !important;
}
.top-box-left-d1 p:first-of-type{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #414242;
}
.top-box-left-d1 p:last-of-type{
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}
.top-box-right{
	max-width: 40%;
}
.top-box-right-f1{
	padding-right: 4%;
}
.top-box-right-f1 img{
	width: 38px;
	height: 40px;
}
.top-box-right-f2 p:first-of-type{
	color: #333333;
	font-size: 16px;
}
.top-box-right-f2 p:last-of-type{
	color: #1e5eb4;
	font-size: 26px;
}
.top-nav{
	list-style: none;
}
.top-nav{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-around;
	margin-top: 10px;
}
.top-nav li{
	min-width: 128px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-right: 9px;
	text-align: center;
	position: relative;
}
.top-nav li:not(:last-of-type) :after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #a6a3a3;
	position: absolute;
	right: -1rem;
}
.top-nav li a{
	font-size: 16px;
	color: #414040;
	text-decoration: none;
}
/* 选中颜色 */
.top-nav .active{
	border-radius: 30px;
	background: #1e5eb4 !important;
}
.top-nav .active a{
	color: #FFFFFF !important;
}
/* foot */
.foot{
	background-color: #1e5eb4;
}
.foot-box{
	width: 1200px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56px;
	padding-bottom: 10px;
}
.foot-box-b2{
	font-size: 12px;
	text-align: center;
    padding-top: 10px;
}
}
.foot-box-b1 div{
	
}
.foot-box-b1a{
	padding-right: 44px;
}
.foot-box-b1a-img{
	margin-bottom: 30px;
	width: 108px;
	height: 72px;
}
.foot-box-b1a-img img{
	
	height: 100%;
}
.foot-box-b1a-number{
	padding-bottom: 19px;
	font-family: Impact;
	font-size: 30px;
	letter-spacing: 2px;
	color: #f2f2f2;
	display: flex;
	align-items: center;
}
.foot-box-b1a-number img{
	width: 33px;
	height: 33px;
	margin-right: 9px;
}
.foot-box-b1a-add{
	font-size: 14px;
}
.foot-box-b1b{
	width: 720px;
}
.foot-box-b1b-ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
.foot-box-b1b-ul>li>a{
	font-size: 16px;
	color: white;
}

.foot-box-b1b-ul,.foot-box-b1b-ula{
	list-style: none;
}
.foot-box-b1b-ula li{
	margin-top: 6px;
}
.foot-box-b1b-ula li:first-of-type a{
	font-size: 16px;
}
.foot-box-b1b-ula li:not(:first-of-type) a{
	font-size: 14px;
	color: #e6e5e5;
}
.foot-box-b1b-ula a{
	color: #FFFFFF;
	text-decoration: none;
}
.foot-box-b1b-ula a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.foot-box-b1c{
	 align-self:flex-end;
	 padding-left: 18px;
	 position: relative;
}
.foot-box-b1c img{
	width: 230px;
}
.foot-box-b1c-er{
	width: 113px;
	flex-flow: column;
	position: absolute;
	top: 122px;
	left: 80px;
}
.foot-box-b1c-er img{
	width: 100%;
}
.foot-box-b1c-er span{
	margin-top: 17px;
}
.foot-border{
	height: 1px;
	background-color: rgba(0,0,0,0.09);
}
/* about */
.about{
	
}
.about-baner{
	width: 100%;
}
.about-baner img{
	width: 100%;
}
.about-card{
	padding-top: 19px;
	padding-bottom: 19px;
	background-color: #f4f4f4;
}
.about-cards{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.about-cards-left{
	font-size: 14px;
	color: #000000;
}
.about-cards-left a{
	text-decoration: none;
	color: #000000;
}
.about-cards-left a:hover{
	text-decoration: none;
	color: #1e5eb4 !important;
}
.about-cards-btn{
	font-size: 14px;
	color: #666666;
	height: 38px;
	padding: 0 37px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #dcdcdc;
	text-decoration: none;
	/* margin-right: 14px; */
	margin: 0 0 10px 14px;
	display: inline-block;
	float: right;
	line-height: 38px;
}
.about-cards-btn:hover{
	text-decoration: none;
	color: #1e5eb4;
	border: solid 1px #1e5eb4;
}
.pull-right .active{
	text-decoration: none;
	color: #1e5eb4;
	border: solid 1px #1e5eb4;
}
.about-text{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-indent: 20px;
	padding-top: 59px;
	padding-bottom: 59px;
}
.about-text p{
	font-size: 16px;
	line-height: 2;
	color: #666666;
}
.about-text-img{
	justify-content: space-between;
	margin-top: 50px;
}
.about-text-img img{
	width: 386px;
}
/* product */
.product-box{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.product-box-top{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.product-box-top-title{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	color: #000000;
	margin-bottom: 37px;
}
.product-box-top-sw{
	list-style: none;
}
.product-box-top-sw li{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 60px;
	height: 700px;
	border: solid 1px #dcdcdc;
}
.product-box-top-sw li img{
	width: 100%;
	height: 100%;
}
.product-box-foot{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.product-box-foot-sw{
	width: 100%;
}
.product-box-foot-sw img{
	max-width: 100%;
}
.product-box-tops{
	display: flex;
	width: 780px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 80px;
	margin-top: 20px;
	justify-content: space-between;
	overflow: hidden;
}
.product-box .swiper-button-next ,.succaseT-box-top .swiper-button-next{
	right: 150px;
	top: 10px;
	outline: none;
	--swiper-theme-color: #ffffff ;/* 设置Swiper风格 */
	--swiper-navigation-color: #999999 ;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
	background-color: #e5e5e5;
	padding: 69px 19px;
}
.product-box .swiper-button-prev ,.succaseT-box-top .swiper-button-prev{
	left: 150px;
	top: 10px;
	outline: none;
	--swiper-theme-color: #ffffff ;/* 设置Swiper风格 */
	--swiper-navigation-color: #999999 ;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
	background-color: #e5e5e5;
	padding: 69px 19px;
}

.product-box-top-sw1{
	width: 600px;
	/*margin:0 150px;*/
	list-style: none;
	display: flex;
	margin-top: 1px;
}
.product-box-top-sw1 .swiper-slide{
	width: 168px !important;
}
.product-box-top-sw1 .swiper-slide img{
	width: 100%;
}
.product-box-foot-title{
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-align: center;
}
.product-box-foot-title1{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	color: #000000;
	position: relative;
}
.product-box-foot-title1:before,.product-box-foot-title1:after{
	content: '____';
	color: #dcdcdc;
	position: absolute;
}
.product-box-foot-title1:before{
	left: 0;
}
.product-box-foot-title1:after{
	right: 0;
}
.product-box-foot-title2{
	font-size: 24px;
	color: #999999;
}
.product-box-foot-next{
	margin-top: 20px;
	justify-content: space-between;
}
.product-box-foot-next a{
	padding: 1px;
	font-size: 16px;
	color: #666666;
}
.product-box-foot-next a:hover{
	text-decoration: none;
	color: #1e5eb4;
}
/* succase */
.succase{
	padding-bottom: 20px;
}
.succase-list,.success-lists{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.succase-list-box{
	width: 260px;
	float: left;
	margin-top: 40px;
	margin-right: 27px;
	position: relative;
}

.succase-list-box-img>img{
	width: 100%;
}
.succase-list-box-text{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #333333;
	background-color: #f5f5f5;
}
.succase-list-box-hide{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	background-size: cover;
	display: none;
}
@keyframes hideBox{
	0%{ opacity: 0; transform: translate(0, 0) }
	100%{opacity: 1; transform: translate(0, 0) }
}
.succase-list-box-hide-title{
	font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	font-weight: 700;
}
.succase-list-box-hide-text{
	max-height: 62px;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 14px;
	color: #ffffff;
	-webkit-line-clamp:4;
}
.succase-list-box-hide-up{
	width: 40px;
	height: 40px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
	text-align: center;
	font-size: 50px;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #1e5eb4;
}
.succase-list-box:hover .succase-list-box-hide{
	display: block;
	animation: hideBox 1s;
	-moz-animation: hideBox  1s; /* Firefox */
	-webkit-animation: hideBox  1s; /* Safari and Chrome */
	-o-animation: hideBox  1s; /* Opera */
}
.success-lists{
	padding-top: 40px;
	padding-bottom: 40px;
}
.success-lists ul{
	list-style: none;
}
.success-lists ul li>a{
	color: #666666;
	border: solid .1rem #666666;
	padding: 9px 15px;
	margin-right: 18px;
	border-radius: 2px;
	text-decoration: none;
}
.lists-more a{
	border: none !important;
}
.lists-active a{
	background-color: #1e5eb4;
	color: #FFFFFF !important;
	padding: 10px 16px !important;
	border: none !important;
}
/* video */
.video{
	padding-bottom: 20px;
}
.video-list{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.video-list-box{
	width: 386px;
	height: 350px;
	float: left;
	margin-top: 40px;
	margin-right: 14px;
	position: relative;
}

.video-list-box-img>img{
	width: 100%;
}
.video-list-box-text{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #000000;
}
/* news */
.news{
	padding-bottom: 20px;
	padding-top: 20px;
}
.news-list{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.news-list-box{
	width: 580px;
	margin-top: 40px;
	margin-right: 14px;
	background-color: #f4f4f4;
	display: flex;
	
}
.news-list-box-left{
	width: 210px;
}
.news-list-box-left img{
	width: 100%;
}
.news-list-box-right{
	width: 398px;
	margin: 20px 20px;
}
.news-list-box-right div:first-of-type{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.news-list-box-right div:nth-of-type(2){
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.news-list-box-right div:nth-of-type(2) p{
	margin-bottom: 25px !important;
}
.news-list-box-right div:nth-of-type(3){
	font-size: 14px;
	color: #999999;
}
/* priductT */
.priductT{
	padding-bottom: 20px;
}
.priductT-list{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.priductT-list-box{
	width: 260px;
	float: left;
	margin-top: 40px;
	margin-right: 27px;
	position: relative;
}

.priductT-list-box-img>img{
	width: 100%;
}
.priductT-list-box-text{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #FFFFFF;
	position: absolute;
	background-color: rgba(0,0,0,.4);
	bottom: 0;
	z-index: 11;
}
.priductT-list-box-hide{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #1e5eb4;
	display: none;
	z-index: 12;
}
@keyframes priductTBox{
	0%{ opacity: 0;height:0}
	100%{opacity: 1;height: 72.6px;}
}
.priductT-list-box-hide-title{
	white-space: nowrap;
	font-size: 18px;
	margin: 0 auto;
	letter-spacing: 2px;
	color: #ffffff;
	padding-top:10px ;
	text-align: center;
	font-weight: 700;
}

.priductT-list-box-hide-up{
	max-width: 78px;
	margin: 5px auto;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	border: solid 1px #FFFFFF;
}
.priductT-list-box-hide-up a,.priductT-list-box-hide-up a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.priductT-list-box:hover .priductT-list-box-hide{
	display: block;
	animation: priductTBox .5s;
	-moz-animation: priductTBox  .5s; /* Firefox */
	-webkit-animation: priductTBox  .5s; /* Safari and Chrome */
	-o-animation: priductTBox  .5s; /* Opera */
}
/* aboutT */
.aboutT{
	padding-bottom: 20px;
}
.aboutT-list{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.aboutT-list-box{
	width: 280px;
	float: left;
	margin-top: 40px;
	margin-right: 20px;
	position: relative;
}

.aboutT-list-box-img>img{
	max-width: 100%;
	padding: 10px;
	border: solid 1px #F2F2F2;
}
.aboutT-list-box-img>span{
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
/* aboutTh */
.aboutTh{
	padding-bottom: 20px;
	padding-top: 20px;
}
.aboutTh-list{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.aboutTh-list-box{
	width: 900px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.aboutTh-list-box-img>img{
	width: 100%;
	padding: 20px 60px;
	border: solid 1px #F2F2F2;
}
.aboutTh-list-box-img>span{
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	color: #222222;
}
/* succaseT */
.succaseT-box{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.succaseT-box-top{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.succaseT-box-top-title{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	color: #000000;
	margin-bottom: 37px;
}
.succaseT-box-top-sw{
	list-style: none;
}
.succaseT-box-top-sw li{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 60px;
	height: 700px;
	border: solid 1px #dcdcdc;
}
.succaseT-box-top-sw li img{
	width: 100%;
	height: 100%;
}
.succaseT-box-foot{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.succaseT-box-foot-sw{
	width: 1180px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	-webkit-line-clamp:8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.succaseT-box-foot-sw p{
	color: #666666;
}
.succaseT-box-tops{
	display: flex;
	width: 900px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 80px;
	margin-top: 20px;
	justify-content: space-between;
}
.succaseT-box-tops .img-back,.succaseT-box-tops .img-next{
	background-color: #e5e5e5;
	border: solid 1px #dcdcdc;
	font-size: 80px;
	color: #999999;
	padding: 53px 13px ;
	
}
.succaseT-box-top-sw1{
	list-style: none;
	display: flex;
}
.succaseT-box-top-sw1 li{
	margin-right: 15px;
}
.succaseT-box-top-sw1 li:first-of-type{
	margin-left: 15px;
}
.succaseT-box-top-sw1 li img{
	width: 178px;
}
.succaseT-box-foot-title{
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}
.succaseT-box-foot-title1{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	color: #000000;
	position: relative;
}
.succaseT-box-foot-title1:before,.succaseT-box-foot-title1:after{
	content: '____';
	color: #dcdcdc;
	position: absolute;
}
.succaseT-box-foot-title1:before{
	left: 0;
}
.succaseT-box-foot-title1:after{
	right: 0;
}
.succaseT-box-foot-title2{
	font-size: 24px;
	color: #999999;
}
.succaseT-box-foot-next{
	justify-content: space-between;
}
.succaseT-box-foot-next a{
	padding: 10px;
	font-size: 16px;
	color: #666666;
}
.succaseT-box-foot-next a:hover{
	text-decoration: none;
	color: #1e5eb4;
}
/* map */
.map{}
.map-box{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 80px;
}
.map-box-text-ul{
	list-style: none;
	font-size: 16px;
}
.map-box-text-ul>li:not(:first-of-type){
	color: #666666;
	padding-bottom: 6px;
}
.map-box-text-ul>li:first-of-type{
	color: #000000;
	font-weight: 700;
	padding-bottom: 10px;
}
.map-box-text-ul>li:last-of-type{
	padding-bottom: 18px;
}
.map-box-map{
	width: 100%;
}
.map-box-map img{
	width: 100%;
}
/* newsT */
.newsT-box{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

.newsT-box-foot{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.newsT-box-foot-sw{
	width: 1180px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	-webkit-line-clamp:8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.newsT-box-foot-sw p{
	color: #666666;
}
.newsT-box-foot-sw span{
	display: block;
	max-width: 700px;
	margin: 30px auto;
}
.newsT-box-foot-sw span>img{
	width: 100%;
}
.newsT-box-foot-title{
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.newsT-box-foot-title1{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	color: #333333;
	padding-bottom: 30px;
}
.newsT-box-foot-title2{
	font-size: 14px;
	color: #333333;
	opacity: 0.7;
	display: flex;
	justify-content: space-between;
}
.newsT-box-foot-title2 span{
	white-space: nowrap;
	margin-right: 20px;
}
.newsT-box-foot-next{
	justify-content: space-between;
}
.newsT-box-foot-next a{
	padding: 10px;
	font-size: 16px;
	color: #666666;
}
.newsT-box-foot-next a:hover{
	text-decoration: none;
	color: #1e5eb4;
}
/* index */
.index-box {
	width: 100%;
}
.index-box .swiper-container {
  width: 100%;
  height: 500px;
}
.index-box .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-box .swiper-slide >img{
	width: 100%;
}
.index-pr{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f8f8f8;
}
.index-pr-title,.index-pr-title1{
	text-align: center;
	padding-top: 12px;
}
.index-pr-title{
	font-size: 32px;
	letter-spacing: 3px;
	color: #333333;
	font-weight: 700;
}
.index-pr-title1{
	font-size: 14px;
	color: #999999;
}
.index-pr-tab{
	padding-top: 20px;
}
.index-pr-tab-ul{
	width: 1200px;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	overflow: hidden;
	padding-bottom: .2rem;
	border-bottom:solid .1rem #e7e7e7;
}
.index-pr-tab-ul li{
	overflow: hidden;
}
.index-pr-tab-ul li>a{
	display: block;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	padding-bottom: 22px;
	text-decoration: none;
}
.active-index-pr a,.index-pr-titles a{
	background-image: linear-gradient(#1e5eb4 , #1e5eb4);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.index-pr-titles a{
	color: #333333;
	background-size: 0 2px;
	-moz-transition-property: background-size,color; /* Firefox 4 */
	-moz-transition-duration: 1s; /* Firefox 4 */
	-webkit-transition-property: background-size,color; /* Safari and Chrome */
	-webkit-transition-duration: 1s; /* Safari and Chrome */
	-o-transition-property: background-size,color; /* Opera */
	-o-transition-duration: 1s; /* Opera */
}
.index-pr-titles a:hover,.active-index-pr a{
	background-size: 100% 2px;
	text-decoration: none;
	color:#1e5eb4 !important;
}
.index-pr-tasTop,.index-pr-tabs{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.index-pr-listBox{
	float: left;
	margin-right: 20px;
}
.index-pr-tabs-show{
	max-width: 280px;
	margin-right: 16ox;
}
.index-pr-tabs-show-img{
	width: 280px;
}
.index-pr-tabs-show-img img{
	width: 100%;
}
.index-pr-tabs-show-text{
	padding-bottom: 22px;
	padding-top: 22px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
	background-color: #f6f6f6;
	text-align: center;
}
.index-pr-listBox:hover .index-pr-tabs-show-text{
	animation: indexShow .5s;
	-moz-animation: indexShow .5s;	/* Firefox */
	-webkit-animation: indexShow .5s;	/* Safari 和 Chrome */
	-o-animation: indexShow .5s;	/* Opera */
	animation-fill-mode:forwards;
}
@keyframes indexShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		background-color: #1e5eb4;
		color:#FFFFFF;
	}
}
.index-pr-tabs-show-text span:first-of-type{
	font-size: 18px;
	letter-spacing: 2px;
}
.index-pr-tabs-show-text span:last-of-type{
	color:#bfbfbf;
}
.index-banner{
	width: 100%;
	height: 700px;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.index-banner-img{
	position: absolute;
	width: 1920px;
	z-index: 1;
}
.index-banner-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.index-banner-box{
	width: 1200px;
	display: flex;
	align-items: center;
	z-index: 11;
	padding-top: 100px;
	padding-bottom: 100px;
}
.index-banner-left{
	width:540px ;
	color: #ffffff;
}
.index-banner-left>p:nth-of-type(1){
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 2px;
	font-weight: 700;
}
.index-banner-left>p:nth-of-type(2){
	font-size: 16px;
	line-height: 24px;
	-webkit-line-clamp: 6;
	margin-top: 40px;
}
.index-banner-left>p:nth-of-type(3){
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 57px;
}
.index-banner-left>p:nth-of-type(3) span{
	display: flex;
	flex-flow: column;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.index-banner-left>p:nth-of-type(3) span>img{
	width: 84px;
	height: 84px;
}
.index-banner-left>p:nth-of-type(4) a{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #1e5eb4;
	font-weight: 700;
	padding: 16px 46px;
	background-color: #FFFFFF;
}
.index-banner-left>p:nth-of-type(4) a:hover{
	text-decoration: none;
}
.index-banner-left>p:nth-of-type(4) span{
	display: inline-block;
	margin-left: -1.65rem;
}

.index-banner-right{
	width:555px;
	height: 366px;
	margin-left: 100px;
}
.index-banner-right img{
	width: 100%;
	height: 100%;
}
/* index-succase */
.index-succase{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	padding-top: 40px;
}
.index-succase .index-pr-tabs-show-text{
	display: flex;
	justify-content: space-between;
	padding-left: 18px;
	padding-right: 18px;
}
.index-succase-title{
	padding-bottom:0px;
}
.index-succase-title p:first-of-type{
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #222222;
	text-align: center;
}
.index-succase-title p:last-of-type{
	font-size: 14px;
	letter-spacing: 2px;
	color: #999999;
	text-align: center;
}
.index-succase-top{
	width: 1200px;
	position: relative;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}
.index-succase-top .swiper-slide{
	    justify-content: flex-end !important;
}
.swiper-container1{
	overflow: hidden;
}
.index-succase-img{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.index-succase-img img{
	width: 100%;
}
.index-succase-top-right{
	width: 287px;
	height: 390px;
	padding: 30px 50px;
	background-color: #1e5eb4;
	color: #FFFFFF;
	opacity: 0.95;
	float: right;
}
.index-succase-top-right p:first-of-type{
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 2px;
	font-weight: 700;
	white-space: nowrap;
}
.index-banner-right p:nth-of-type(3){
	font-size: 14px;
	line-height: 24px;
}
.index-succase-tab{
	display: flex;
	position: absolute;
	bottom: 36px;
	right: 160px;
	color: #FFFFFF;
}
.index-succase-up,.index-succase-do{
	font-size: 16px;
	font-weight: 700;
	padding: 1px 4px;
	border: solid .2rem #FFFFFF;
	margin-right: 1.7rem;
	z-index: 666;
}
/* .index-succase-tab{
	font-size: 10px;
	position: absolute;
	bottom: 36px;
	right: 160px;
}
.index-succase-tab .swiper-button-white{
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
}
.index-succase-tab .swiper-button-next {
	left: 10px;
}
.index-succase-tab .swiper-button-prev{
	right: 10px;
} */
/* index-news */
.index-news{
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: 40px;
	padding-top: 40px;
}
.index-news-list{
	width: 1200px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.index-news-list-left{
	height:400px;
	width: 500px;
	margin-right: 22px;
}
.index-news-list-left img{
	width: 100%;
	height: 100%;
}
.index-news-list-right{
	width: 680px;
}
.index-news-list-right-tab{
	display: flex;
	border-bottom: solid .1rem #888888;
	position: relative;
}
.index-news-list-right-tab div{
	font-size: 18px;
	line-height:24px;
	letter-spacing: 1px;
	color: #888888;
	margin-right: 46px;
	padding: 1px 8px;
}
.index-news-list-right-tab div>a{
	color: #888888;
	text-decoration: none;
}
.index-news-list-right-tab>.active-news{
	background-image: linear-gradient(#1e5eb4 , #1e5eb4);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 50% 2px;
	font-weight: 700;
	padding-bottom: 12px;
}
.index-news-list-right-tab>.active-news a{
	color: #1e5eb4;
}
.index-news-list-right-tab div:last-of-type{
	border: solid 1px #999999;
	border-radius: 5px;
	position:absolute;
	right: 0;
	bottom: 10px;
	margin-right: 0;
}
.index-news-list-right{
	width: 680px;
	
}
.index-news-list-right-ul{
	list-style: none;
}
.index-news-list-right-ul li{
	margin-top: 5px;
	padding: 15px;
}
.index-news-list-right-ul .active-news{
	background-color: #1e5eb4 ;
}
.index-news-list-right-ul .active-news{
	border: none !important;
}
.index-news-list-right-ul li:hover,
.index-news-list-right-ul li:hover a>div>p{
	background-color: #1e5eb4 ;
	color: #FFFFFF !important;
}
.index-news-list-right-ul li:hover a>div:first-of-type{
	border: solid .1rem #FFFFFF;
}
.index-news-list-right-ul li a{
	display: inline-flex;
	color: #666666;
}
.index-news-list-right-ul li:nth-of-type(2){
	border-bottom: solid .1rem #eae6e6;
}
.index-news-list-right-ul li a:hover{
	text-decoration: none;
}
.index-news-list-right-ul li a >div:first-of-type{
	width: 80px;
	height: 80px;
	border: solid 1px #999999;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
}
.index-news-list-right-ul li a >div:first-of-type >p:first-of-type{
	font-size: 30px;
	line-height: 24px;
	font-weight: 700;
}
.index-news-list-right-ul li a >div:first-of-type >p:nth-of-type(2){
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}
.index-news-list-right-ul li a >div:nth-of-type(2){
	width: 538px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	padding-left: 20px;
}
.index-news-list-right-ul li a >div:nth-of-type(2) p:first-of-type{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #666666;
	font-weight: 700;
}
.index-news-list-right-ul li a >div:nth-of-type(2) p:nth-of-type(2){
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: block-axis;
	-webkit-line-clamp: 2;
}


.page {
    display: table;
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.page > a {
    color: #666666;
    border: solid .1rem #666666;
    padding: 9px 15px;
    margin-right: 18px;
    border-radius: 2px;
    text-decoration: none;
}
.page > a.current {
    background-color: #1e5eb4;
    color: #FFFFFF !important;
    padding: 10px 16px !important;
    border: none !important;
}
/*.page > a:first-child{*/
/*color: white;*/
/*}*/
.page>span{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
}
.page>span>input{
    width: 36px;
    height: 36px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page > a:hover{
    background-color: #1e5eb4;
    color: white;
}
.page > a:last-child:hover{
    border: 1px solid #fa0101;
}